From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 17:17:31 +0000 (+0100) Subject: gtk: mark gtk_lock_button_get_permission as nullable X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~61^2^2~134^2~9 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=dcbf3f8879d197fa12c0a1be2ec711f66648e2d9;p=gtk4.git gtk: mark gtk_lock_button_get_permission as nullable like the constructor/setter --- diff --git a/gtk/gtklockbutton.c b/gtk/gtklockbutton.c index 5862e866d8..dda8cc9147 100644 --- a/gtk/gtklockbutton.c +++ b/gtk/gtklockbutton.c @@ -535,7 +535,7 @@ gtk_lock_button_new (GPermission *permission) * * Obtains the `GPermission` object that controls @button. * - * Returns: (transfer none): the `GPermission` of @button + * Returns: (transfer none) (nullable): the `GPermission` of @button */ GPermission * gtk_lock_button_get_permission (GtkLockButton *button)